google.golang.org/grpc.clientStream.committed (field)
6 uses
google.golang.org/grpc (current package)
stream.go#L542: committed bool // active attempt committed for retry?
stream.go#L579: if !cs.committed && cs.onCommit != nil {
stream.go#L582: cs.committed = true
stream.go#L598: if cs.finished || cs.committed || a.drop {
stream.go#L729: if cs.committed {
stream.go#L835: if cs.committed {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)